home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / OWLPCH.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  551b  |  20 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // Backward compatible header
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_OWLPCH_H)
  10. #define OWL_OWLPCH_H
  11.  
  12. #if defined(NO_OWL2_COMPAT)
  13. # pragma message owl/owlpch.h has been replaced by owl/pch.h
  14. #endif
  15. #if !defined(OWL_PCH_H)
  16. # include <owl/pch.h>
  17. #endif
  18.  
  19. #endif  //  OWL_OWLPCH_H
  20.